.header{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    min-width: 1000px;
}
.wrap{
    width: 80%;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_wrap_right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_line{
    font-size: 12px;
    margin: 0px 5px;
}
.nav{
    width: 100%;
    height: 190px;
    min-width: 1000px;
    background: url('../images/nav_bg.png') no-repeat;
    background-size: 100% 190px;
}
.nav_wrap{
    width: 80%;
    height: 190px;
    
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_left{
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nav_right{
    min-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.nav_right input{
    width: 382px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	border: solid 1px #cecece;
    text-indent: 2em;
}
.nav_right .img1{
    position: absolute;
    top: 14px;
    right: 12px;
}
.navigation{
    width: 100%;
	height: 60px;
    min-width: 1000px;
	background-color: #b10003;
}
.navigation_ul{
    width: 80%;
    height: 60px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.navigation_ul li{
    flex: 1;
    height: 60px;
    line-height: 60px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
/* .navigation_ul li:hover{
    background-color: #8e0608;
} */
.li_active{
    background-color: #8e0608;
}
.content1{
    width: 100%;
    min-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content1_wrap{
    width: 1186px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content1_right{
    width: 550px;
    height: 394px;
}
.list_top_right{
    float: right;
}
.content_bg {
    display: block;
    width: 1186px;
    margin: 0px auto 20px;
}
.content2{
    width: 1186px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content2 li{
    height: 35px;
    line-height: 35px;
}
.content2 li span{
    color: #afaaaa;
}
.contnet_bg2{
    display: block;
    width: 1186px;
    margin: 0px auto 20px;
}
.content3{
    width: 1186px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content3 .content3_item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 183px;
	height: 100px;
	background-color: #f5f5f5;
}
.content3_item span{
    font-size: 14px;
}
.content3 img{
    display: block;
    width: 33px;
    height: 35px;
}
.content4{
    width: 1186px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content4_right{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.gcfg_img{
    margin-right: 20px;
}
.content4_item img{
    margin-bottom: 10px;
}
.content4_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.content_bg3{
    display: block;
    width: 1186px;
    margin: 0px auto 20px;
}
.content5{
    display: block;
    width: 1186px;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer{
    width: 100%;
	height: 221px;
	background-color: #f0f0f0;
    border-top: 3px solid #BB095F;
}
.footer_top{
    width: 1186px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_top select{
    width: 18%;
    height: 35px;
}
.footer_bottom{
    width: 1186px;
    margin: 20px auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer_bottom_center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}